home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / domacnost a kancelar / autoit / autoit-v3-setup.exe / Examples / Helpfile / comments-start.au3 < prev    next >
Text File  |  2007-09-08  |  183b  |  8 lines

  1. #comments-start
  2. MsgBox(4096, "", "This won't be executed")
  3. MsgBox(4096, "", "Or this")
  4. #comments-end
  5.  
  6. ;;; #cs
  7. MsgBox(4096, "", "This will print if '#cs' is commented out.")
  8. #ce